home *** CD-ROM | disk | FTP | other *** search
- /* all functions exit on error, after describing the error */
- void tape_open(void);
- void tape_rewind(int wait);
- void tape_set_blocksize(unsigned long blocksize);
- int tape_read(void *buffer); /* 0=OK, 1=LEOT */
- void tape_write(void *buffer);
- void tape_write_filemark(int count, int isshort);
- void tape_close(void);
-
- char *tape_fmtnum(unsigned long n);
-